chore: expand .gitignore for Flatpak, IDEs, and tooling - #119
Merged
vigri merged 2 commits intoApr 16, 2026
Conversation
- Un-ignore tracked cmake modules with !cmake/**/*.cmake - Flatpak: .flatpak-builder, repo/, build-dir/, *.flatpak - Editors: .clangd, VS Open Folder, code workspace - Python caches and venvs; merge/patch leftovers; KDE .directory - CMakeUserPresets.json; dedupe *.gcov entry
gorgobacka
reviewed
Apr 14, 2026
gorgobacka
left a comment
There was a problem hiding this comment.
Why is there a need to ignore Python related files? As far as I can see, there are no Python files in this repository.
I can't tell about the other files, because I have no knowledge about C++.
I'm just curios, why wasn't this an issue before and if everything in this PR is really needed?
(Btw, some comments are in Spanish.)
- No tracked .py in this tree; drop __pycache__/venv patterns (PR review). - Translate section headers to English; tighten a few comment lines.
Author
|
@gorgobacka Thanks for the review.
Pushed an update on the same branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
*.cmakebut keep versioned modules with!cmake/**/*.cmake; addCMakeUserPresets.json..flatpak-builder/,repo/,build-dir/,*.flatpak,*.AppImage..clangd,.cache/clangd/, VS CMake Open Folder (.vs/,CMakeSettings.json,CppProperties.json),*.code-workspace.*.orig/*.rej, KDE.directory, section comments in English only.Follow-up: dropped Python/venv patterns — there are no tracked
.pyfiles in this repository (see review discussion).